SelectAllComponentLoops

Introduced

v10.5 (2012)

Categories

selection

Description

Extends an existing component selection to include component loops.

Scripting Syntax

SelectAllComponentLoops( SelectionList, [AroundCorners] );

Parameters

Parameter Type Description
SelectionList String List of components.

Default Value: n/a

AroundCorners Boolean If true then border edge loops will extend around corners.

Default Value: True

Examples

VBScript Example

<code lang="vbscript"><![CDATA[
CreatePrim "Grid", "MeshSurface"
SelectAllComponentLoops "grid.edge[66,69]"